Theorems · Definition · order theory
GroupCone.mk.noConfusion
{G : Type u_1} →
{inst : CommGroup G} →
{P : Sort u} →
{toSubmonoid : Submonoid G} →
{eq_one_of_mem_of_inv_mem' : ∀ {a : G}, a ∈ toSubmonoid.carrier → a⁻¹ ∈ toSubmonoid.carrier → a = 1} →
{toSubmonoid' : Submonoid G} →
{eq_one_of_mem_of_inv_mem'' : ∀ {a : G}, a ∈ toSubmonoid'.carrier → a⁻¹ ∈ toSubmonoid'.carrier → a = 1} →
{ toSubmonoid := toSubmonoid, eq_one_of_mem_of_inv_mem' := eq_one_of_mem_of_inv_mem' } =
{ toSubmonoid := toSubmonoid', eq_one_of_mem_of_inv_mem' := eq_one_of_mem_of_inv_mem'' } →
(toSubmonoid ≍ toSubmonoid' → P) → P- Defined in
- Mathlib.Algebra.Order.Group.Cone
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 18 from the axioms · uses propext
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- Submonoidstatement and proof · cited by 3,086
- CommGroupstatement and proof · cited by 990
- Subsemigroup.carrierstatement and proof · cited by 160
- Submonoid.toSubsemigroupstatement and proof · cited by 159
- GroupConestatement · cited by 7
- GroupCone.noConfusionproof · cited by 0
Cited by1
Results whose statement or proof uses this declaration.
- GroupCone.mk.injproof · cited by 1