snu-sf-class / pl2015spring

SNU 4190.310, 2015 Spring
11 stars 6 forks source link

Can't solve Assignment09_05: don't know how to use hoare_if... #129

Closed ik1ne closed 3 years ago

ik1ne commented 9 years ago

I managed to solve 09_05, but I didn't used hoare_if(with definition of 09_00). And I think it is the worst way to prove 09_05. In fact, I don't know how to use Theorem hoare_if in assignment file. Can you give me a hint, or an example by proving Example if_example in Hoare.v? (using hoare_if from Assignment09_00.v, since there is already a proof using Theorem hoare_if from Hoare.v)

jaewooklee93 commented 9 years ago

123 #124

ik1ne commented 9 years ago

@jaewooklee93 Thank you! I've read #123, but haven't read #124 since it was closed before I check it, so I thought nobody was asking for it.