Theorems · Inductive type · order theory
ContravariantClass
(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
ContravariantClass says that "if the result of the action μ on a pair satisfies the
relation r, then the initial pair satisfied the relation r."
More precisely, the ContravariantClass 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 (μ m n₁, μ m n₂) obtained from (n₁, n₂) by acting upon it by m, then, the relation
r also holds for the pair (n₁, n₂).
If m : M and h : r (μ m n₁) (μ m n₂), then ContravariantClass.elim m h : r n₁ n₂.
- Cited by
- 15 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 by29
Results whose statement or proof uses this declaration.
- AddLeftReflectLTproof · cited by 33
- AddRightReflectLTproof · cited by 29
- MulLeftReflectLTproof · cited by 16
- ContravariantClass.elimstatement and proof · cited by 12
- MulRightReflectLTproof · cited by 10
- rel_iff_covstatement and proof · cited by 6
- rel_of_act_rel_actstatement and proof · cited by 2
- MulPosReflectLE.casesOnstatement and proof · cited by 1
- MulPosReflectLT.casesOnstatement and proof · cited by 1
- posMulReflectLE_iff_mulPosReflectLEproof · cited by 1
- posMulReflectLT_iff_mulPosReflectLTproof · cited by 1
- PosMulReflectLE.casesOnstatement and proof · cited by 1