Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertHarper committed Oct 12, 2018
1 parent 254dee5 commit a55a658
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions library/complete-induction.red
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,8 @@ def weak/implies/complete
let P'n : (n : nat) → P' n = weak P' P'0 f in
λ n → P'n n n (eq/implies/le n)

-- prove that a gcd exists for any m, n using complete induction
-- examine the running code for its time complexity
-- consider other representations of natural numbers and their associated induction princ's
-- (0, 2n, 2n+1) doesn't help gcd, what would?
-- understanding information flow in a proof in terms of homotopy levels, eg, and consider suppressing irrelevant information

0 comments on commit a55a658

Please sign in to comment.