Skip to content

Provided solution doesn't work #13

Description

@quartztz
Image

hello! good work on the website! great idea.

for the And introduction problem, the provided solution uses the And.intro constructor, understandably so:

theorem and_intro (p : Prop) (q : Prop) (hp : p) (hq : q) : p ∧ q := And.intro hp hq

however, the main box submission disallows using the constructor, both by name and by pattern (in refine and exact statements), meaning that pulling this solution directly in results in an unsolved problem, which feels weird. Is this intended?

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