Skip to content

Commit

Permalink
Merge pull request #27 from pi8027/fix-mathcomp-682
Browse files Browse the repository at this point in the history
  • Loading branch information
proux01 authored Jun 4, 2023
2 parents 3e39e52 + ef7070b commit f127f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theories/realprop.v
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@ Proof. by rewrite lez_addr1 ltNge; apply: (iffP idP) => /intR_leP. Qed.

Lemma ratRE a : ratRR a == numq a / denq a.
Proof.
by rewrite /ratRR /ratR unfold_in/=; case: eqP => // ->; rewrite invR1 mulR1.
by rewrite /ratRR /ratR Qint_def; case: eqP => // ->; rewrite invR1 mulR1.
Qed.

Lemma ratR_eq a : {r | a = (r.1%:Q / r.2.+1%:Q)%R & a * r.2.+1 == r.1}.
Expand Down

0 comments on commit f127f32

Please sign in to comment.