Mathlib Map

Theorems · Theorem · combinatorics

List.Pairwise.reverse

∀ {α : Type u_1} {R : α → α → Prop} {l : List α}, List.Pairwise (fun a b => R b a) l → List.Pairwise R l.reverse

Alias of the reverse direction of List.pairwise_reverse.

Defined in
Mathlib.Data.List.Pairwise
Cited by
1 results in Mathlib
Foundations
Depth 18 from the axioms · uses propext, Quot.sound

Around this declaration

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

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.