Mathlib Map

Theorems · Theorem · logic and foundations

Set.ncard_eq_ncard_iff_ncard_diff_eq_ncard_diff

Deprecated since 2026-06-03Use Set.ncard_eq_ncard_iff_ncard_sdiff_eq_ncard_sdiff instead.

∀ {α : Type u_1} {s t : Set α},
  autoParam s.Finite Set.ncard_eq_ncard_iff_ncard_sdiff_eq_ncard_sdiff._auto_1 →
    autoParam t.Finite Set.ncard_eq_ncard_iff_ncard_sdiff_eq_ncard_sdiff._auto_3 →
      (s.ncard = t.ncard ↔ (s \ t).ncard = (t \ s).ncard)

Alias of Set.ncard_eq_ncard_iff_ncard_sdiff_eq_ncard_sdiff.

Defined in
Mathlib.Data.Set.Card
Cited by
0 results in Mathlib
Foundations
Depth 102 from the axioms · uses propext, Classical.choice, Quot.sound

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.