Rename longest_chain to longestChain for convention
This commit is contained in:
@@ -13,13 +13,13 @@ def FiniteHeightLattice.transport {α β : Type*} [Lattice α] [Lattice β]
|
||||
bot := f ⊥
|
||||
top := f ⊤
|
||||
height := I.height
|
||||
longest_chain :=
|
||||
longestChain :=
|
||||
{ series :=
|
||||
I.longest_chain.series.map f
|
||||
I.longestChain.series.map f
|
||||
(hf.strictMono_of_injective (Function.LeftInverse.injective hgf))
|
||||
head_series := congrArg f I.longest_chain.head_series
|
||||
last_series := congrArg f I.longest_chain.last_series
|
||||
length_series := I.longest_chain.length_series }
|
||||
head_series := congrArg f I.longestChain.head_series
|
||||
last_series := congrArg f I.longestChain.last_series
|
||||
length_series := I.longestChain.length_series }
|
||||
chains_bounded := fun c =>
|
||||
I.chains_bounded
|
||||
(c.map g (hg.strictMono_of_injective (Function.LeftInverse.injective hfg)))
|
||||
|
||||
Reference in New Issue
Block a user