mathlib3 documentation

data.list.sections

List sections #

THIS FILE IS SYNCHRONIZED WITH MATHLIB4. Any changes to this file require a corresponding PR to mathlib4.

This file proves some stuff about list.sections (definition in data.list.defs). A section of a list of lists [l₁, ..., lₙ] is a list whose i-th element comes from the i-th list.

theorem list.mem_sections {α : Type u_1} {L : list (list α)} {f : list α} :
theorem list.mem_sections_length {α : Type u_1} {L : list (list α)} {f : list α} (h : f L.sections) :