Examples of W-types #
We take the view of W types as inductive types.
Given α : Type and β : α → Type, the W type determined by this data, WType β, is the
inductively with constructors from α and arities of each constructor a : α given by β a.
This file contains Nat and List as examples of W types.
Main results #
WType.equivNat: the construction of the naturals as a W-type is equivalent toNatWType.equivList: the construction of lists on a typeγas a W-type is equivalent toList γ
The constructors for the naturals
Instances For
The isomorphism from the naturals to its corresponding WType
Instances For
The isomorphism from the WType of the naturals to the naturals
Instances For
The naturals are equivalent to their associated WType
Instances For
WType.Natα is equivalent to PUnit ⊕ PUnit.
This is useful when considering the associated polynomial endofunctor.
Instances For
The isomorphism from lists to the WType construction of lists
Instances For
The isomorphism from the WType construction of lists to lists
Instances For
Lists are equivalent to their associated WType
Instances For
WType.Listα is equivalent to γ with an extra point.
This is useful when considering the associated polynomial endofunctor