Theorems · Theorem · number theory
threeGPFree_insert
∀ {α : Type u_2} [inst : CommMonoid α] [IsCancelMul α] {s : Set α} {a : α},
ThreeGPFree (insert a s) ↔
ThreeGPFree s ∧
(∀ ⦃b : α⦄, b ∈ s → ∀ ⦃c : α⦄, c ∈ s → a * c = b * b → a = b) ∧
∀ ⦃b : α⦄, b ∈ s → ∀ ⦃c : α⦄, c ∈ s → b * c = a * a → b = a- Cited by
- 1 results in Mathlib
- Foundations
- Depth 8 from the axioms · uses propext
- Assumes
- CommMonoidIsCancelMul
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- CommMonoidstatement and proof · cited by 2,264
- mul_commproof · cited by 2,262
- Set.subset_insertproof · cited by 96
- Set.mem_insert_iffproof · cited by 39
- IsCancelMulstatement and proof · cited by 32
- ThreeGPFreestatement and proof · cited by 29
- mul_right_cancelproof · cited by 14
- ThreeGPFree.monoproof · cited by 4
Cited by1
Results whose statement or proof uses this declaration.
- threeGPFree_insert_of_ltproof · cited by 0