Mathlib Map

Theorems · Theorem · group theory

AddSubmonoid.exists_mem_sup

∀ {N : Type u_4} [inst : AddCommMonoid N] {P : N → Prop} {s t : AddSubmonoid N},
  (∃ x ∈ s ⊔ t, P x) ↔ ∃ x₁ ∈ s, ∃ x₂ ∈ t, P (x₁ + x₂)
Defined in
Mathlib.Algebra.Group.Submonoid.Membership
Cited by
0 results in Mathlib
Foundations
Depth 68 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
AddCommMonoid

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites4

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.