Mathlib Map

Theorems · Theorem · logic and foundations

mem_dite

∀ {α : Type u_1} {β : Type u_2} [inst : Membership α β] {p : Prop} [inst_1 : Decidable p] {a : α} {s : p → β}
  {t : ¬p → β}, (a ∈ if h : p then s h else t h) ↔ (∀ (h : p), a ∈ s h) ∧ ∀ (h : ¬p), a ∈ t h
Defined in
Mathlib.Logic.Basic
Cited by
1 results in Mathlib
Foundations
Depth 10 from the axioms · uses propext, Quot.sound
Assumes
MembershipDecidable

Around this declaration

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

mem_ite · cited by 0mem_itemem_diteCITED BYCITES

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 by1

Results whose statement or proof uses this declaration.