Skip to content
Snippets Groups Projects
Commit ad0c229d authored by Zhen Zhang's avatar Zhen Zhang
Browse files

Add rewrite lemma for frac_op

parent f4b671c8
No related branches found
No related tags found
No related merge requests found
......@@ -35,3 +35,6 @@ Global Instance frac_full_exclusive : Exclusive 1%Qp.
Proof.
move=> y /Qcle_not_lt [] /=. by rewrite -{1}(Qcplus_0_r 1) -Qcplus_lt_mono_l.
Qed.
Lemma frac_op': (p q: Qp), (p q) = (p + q)%Qp.
Proof. done. Qed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment