Skip to content

Commit

Permalink
Respond to review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
lowasser committed Mar 5, 2025
1 parent 693e339 commit f21201c
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions src/metric-spaces/cauchy-sequences-metric-spaces.lagda.md
Original file line number Diff line number Diff line change
Expand Up @@ -430,8 +430,6 @@ module _
xk = map-cauchy-sequence-cauchy-approximation-Metric-Space k
m' = succ-nonzero-ℕ' m
k' = succ-nonzero-ℕ' k
n'≤m' = tr (λ p leq-ℕ⁺ p m') (is-section-succ-nonzero-ℕ' n') n≤m
n'≤k' = tr (λ p leq-ℕ⁺ p k') (is-section-succ-nonzero-ℕ' n') n≤k
1/m' = positive-reciprocal-rational-ℕ⁺ m'
1/k' = positive-reciprocal-rational-ℕ⁺ k'
in
Expand All @@ -450,8 +448,20 @@ module _
{ rational-ℚ⁺ 1/n'}
{ rational-ℚ⁺ 1/k'}
{ rational-ℚ⁺ 1/n'}
( leq-reciprocal-rational-ℕ⁺ n' m' n'≤m')
( leq-reciprocal-rational-ℕ⁺ n' k' n'≤k'))
( leq-reciprocal-rational-ℕ⁺
( n')
( m')
( tr
( λ p leq-ℕ⁺ p m')
( is-section-succ-nonzero-ℕ' n')
( n≤m)))
( leq-reciprocal-rational-ℕ⁺
( n')
( k')
( tr
( λ p leq-ℕ⁺ p k')
( is-section-succ-nonzero-ℕ' n')
( n≤k))))
( transitive-le-ℚ
( rational-ℚ⁺ (1/n' +ℚ⁺ 1/n'))
( ε' +ℚ ε')
Expand Down

0 comments on commit f21201c

Please sign in to comment.