Theorems · Inductive type · order theory
CovariantClass
(M : Type u_1) → (N : Type u_2) → (M → N → N) → (N → N → Prop) → Prop
Given an action μ of a Type M on a Type N and a relation r on N, informally, the
CovariantClass says that "the action μ preserves the relation r."
More precisely, the CovariantClass is a class taking two Types M N, together with an "action"
μ : M → N → N and a relation r : N → N → Prop. Its unique field elim is the assertion that
for all m ∈ M and all elements n₁, n₂ ∈ N, if the relation r holds for the pair
(n₁, n₂), then, the relation r also holds for the pair (μ m n₁, μ m n₂),
obtained from (n₁, n₂) by acting upon it by m.
If m : M and h : r n₁ n₂, then CovariantClass.elim m h : r (μ m n₁) (μ m n₂).
- Cited by
- 25 results in Mathlib
- Foundations
- Depth 0 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites0
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
Nothing in Mathlib beyond the foundations.
Cited by35
Results whose statement or proof uses this declaration.
- AddLeftMonoproof · cited by 687
- MulLeftMonoproof · cited by 410
- AddRightMonoproof · cited by 367
- MulRightMonoproof · cited by 263
- AddLeftStrictMonoproof · cited by 203
- AddRightStrictMonoproof · cited by 160
- MulLeftStrictMonoproof · cited by 146
- MulRightStrictMonoproof · cited by 108
- CovariantClass.elimstatement and proof · cited by 22
- smul_mono_rightstatement and proof · cited by 18
- rel_iff_covstatement and proof · cited by 6
- smul_le_smul_leftstatement and proof · cited by 5