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

Add lemmas about Qp and fraction

parent 4ced99f5
Branches
Tags
No related merge requests found
......@@ -566,3 +566,10 @@ Proof.
exists (mk_Qp (q2 - q1 / 2%Z) Hq2'). split; [by rewrite Qp_div_2|].
apply Qp_eq; simpl. ring.
Qed.
Lemma Qp_ge_1 (q: Qp): ¬ ((1 + q)%Qp 1%Qp)%Qc.
Proof.
intros Hle.
apply (Qcplus_le_mono_l q 0 1) in Hle.
apply Qcle_ngt in Hle. by destruct q.
Qed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment