Giter Club home page Giter Club logo

cap-game-2024's Introduction

cap-game-2024's People

Contributors

alainchmt avatar sanderdahmen avatar joneugster avatar

Stargazers

 avatar

Watchers

 avatar

cap-game-2024's Issues

Notes from my testing up to Intermediate level 3/6

I have to go now, so hopefully these short notes help!

Intro Level 1/4

As discussed: rw does a refl and rewrite does not.

Note the first word lemma is a keyword (highlighted in blue) and means we are stating a new lemma.

This is not blue for me. Maybe you need to enable syntax highlighting for the code snippets? I think you can write:

```lean
lemma add_comm : ∀ (x : ℕ) (y : ℕ), x + y = y + x
```

Intro Level 3/4

The following sequence of tactics causes a goal that the player cannot solve:

rewrite [hPQ]
rewrite [hQR]
rewrite [not_not]
rewrite [iff_self]
rewrite [iff_true]
rewrite [iff_self]

Maybe you can add a hint saying how to undo the last move (to do rfl instead)?

Intro Level 4/4

Should there be a note that P ∧ Q ∧ R = P ∧ (Q ∧ R)? Otherwise they might get confused why their rewrites are not working.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.