Skip to content

Commit

Permalink
to please Coq 8.16
Browse files Browse the repository at this point in the history
  • Loading branch information
affeldt-aist committed Apr 11, 2024
1 parent 70c47fa commit fc4f211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classical/classical_sets.v
Original file line number Diff line number Diff line change
Expand Up @@ -2690,7 +2690,7 @@ Proof.
move=> totP; pose R (sA sB : P) := `[< sval sA `<=` sval sB >].
have {}totR F (FR : total_on F R) : exists sB, forall sA, F sA -> R sA sB.
have FP : [set val x | x in F] `<=` P.
by move=> _ [X FX <-]; exact/set_mem/valP.
by move=> _ [X FX <-]; apply: set_mem; exact/valP.
have totF : total_on [set val x | x in F] subset.
move=> _ _ [X FX <-] [Y FY <-].
by have [/asboolP|/asboolP] := FR _ _ FX FY; [left|right].
Expand Down

0 comments on commit fc4f211

Please sign in to comment.