This file defines the type f.Fiber
of fibers of a function f : Y → Z
, and provides some API
to work with and construct terms of this type.
Note: this API is designed to be useful when defining the counit of the adjunction between the functor which takes a set to the condensed set corresponding to locally constant maps to that set, and the forgetful functor from the category of condensed sets to the category of sets (see PR https://github.com/leanprover-community/mathlib4/pull/14027).
The indexing set of the partition.
Equations
- Function.Fiber f = ↑(Set.range fun (x : ↑(Set.range f)) => f ⁻¹' {↑x})
Instances For
y : Y
as a term of the type Fiber.mk f y
Instances For
noncomputable def
Function.Fiber.preimage
{Y : Type u_2}
{Z : Type u_3}
(f : Y → Z)
(a : Fiber f)
:
Y
An arbitrary element of a : Fiber f
.
Instances For
theorem
Function.Fiber.map_preimage_eq_image
{Y : Type u_2}
{Z : Type u_3}
(f : Y → Z)
(a : Fiber f)
: