Skip to content
Snippets Groups Projects
Commit 69653240 authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

Small tweaks.

parent ea791308
No related branches found
No related tags found
No related merge requests found
......@@ -131,14 +131,12 @@ Section fractional.
Ideally, it'd not even be possible to make the mistake that
was originally made here, which is to give this instance for
"false" only, thus breaking some intro patterns. *)
intros H1 H2 H3. apply mk_into_and_sep. rewrite [P]fractional_split //.
intros. apply mk_into_and_sep. rewrite [P]fractional_split //.
Qed.
Global Instance into_and_fractional_half b P Q Φ q :
AsFractional P Φ q AsFractional Q Φ (q/2)
IntoAnd b P Q Q | 100.
Proof.
intros H1 H2. apply mk_into_and_sep. rewrite [P]fractional_half //.
Qed.
Proof. intros. apply mk_into_and_sep. rewrite [P]fractional_half //. Qed.
(* The instance [frame_fractional] can be tried at all the nodes of
the proof search. The proof search then fails almost always on
......
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