Skip to content

Incorrect rendering of variables #1

@ulrikrasmussen

Description

@ulrikrasmussen

The following proof script incorrectly results in the last line in the box being rendered as P(x) when it should be P(y0).

%abbrev
ex2-3-6-a : {P}
proof (all ([x] P x) , |- all ([y] P y)) = 
[P]
all ([x] P x)                           premise; [@prem]
(   var[y0]
    P y0                                by all_e y0 @prem 
)                                       ; [box]
all ([y] P y)                           by all_i box. 

Metadata

Metadata

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions