Skip to content

Commit accdf48

Browse files
committed
doc
1 parent 0bd5dd7 commit accdf48

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

‎Mathlib/Data/List/TFAE.lean‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ public import Mathlib.Data.List.Pairwise
1313
1414
This file allows to state that all propositions in a list are equivalent. It is used by
1515
`Mathlib/Tactic/Tfae.lean`.
16-
`TFAE l` means `∀ x ∈ l, ∀ y ∈ l, x ↔ y`. This is equivalent to `l.Pairwise (· ↔ ·)`, see
17-
`List.tfae_iff_pairwise`.
1816
-/
1917

2018
@[expose] public section

0 commit comments

Comments
 (0)