mirror of
https://github.com/nmvdw/HITs-Examples
synced 2025-11-03 15:13:51 +01:00
Removed bad hints
This commit is contained in:
@@ -84,7 +84,7 @@ Open Scope logic_scope.
|
|||||||
Section hPropLattice.
|
Section hPropLattice.
|
||||||
Context `{Univalence}.
|
Context `{Univalence}.
|
||||||
|
|
||||||
Instance lor_commutative : Commutative lor.
|
Global Instance lor_commutative : Commutative lor.
|
||||||
Proof.
|
Proof.
|
||||||
unfold Commutative.
|
unfold Commutative.
|
||||||
intros.
|
intros.
|
||||||
@@ -182,11 +182,4 @@ Section hPropLattice.
|
|||||||
absorption_max_min := _
|
absorption_max_min := _
|
||||||
}.
|
}.
|
||||||
|
|
||||||
End hPropLattice.
|
End hPropLattice.
|
||||||
|
|
||||||
Hint Resolve
|
|
||||||
commutative_min commutative_max associative_min associative_max
|
|
||||||
idempotent_min idempotent_max
|
|
||||||
neutralL_min neutralR_min
|
|
||||||
absorption_min_max absorption_max_min
|
|
||||||
: lattice_hints.
|
|
||||||
@@ -17,9 +17,9 @@ hrecursion.
|
|||||||
exact _.
|
exact _.
|
||||||
- apply lor.
|
- apply lor.
|
||||||
- intros ; symmetry ; apply lor_assoc.
|
- intros ; symmetry ; apply lor_assoc.
|
||||||
- intros ; apply lor_comm.
|
- apply lor_commutative.
|
||||||
- intros ; apply lor_nl.
|
- apply lor_nl.
|
||||||
- intros ; apply lor_nr.
|
- apply lor_nr.
|
||||||
- intros ; apply lor_idem.
|
- intros ; apply lor_idem.
|
||||||
Defined.
|
Defined.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user