Skip to content

Typo #2

@marcusrossel

Description

@marcusrossel

In Section 6.7 Induction Pitfalls there's a typo in:

To solve this issue, we need to replace 2 * n + 1 by a variable m and add an equation m = 2 * n + 1 as a hypothesis:
m : 2 * n + 1, hev : Even m ⊢ False

The goal should instead be:

m : ℕ,    hm : m = 2 * n + 1,    hev : Even m ⊢ False

This change is then also consistent with the goals shown immediately afterwards.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions