`listFullBeta_cons_r` should rename to `listFullBeta_concat_r`

Open Beginner friendly
#784 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
Under an hour
Newbie friendliness
72/100
Issue type
Refactor
Clarity
Clearly specified
Activity status
Quiet
Domain
tooling

Research direction

Locate the lemma named listFullBeta_cons_r and search for its references. Rename it to listFullBeta_concat_r consistently, alongside listFullBeta_cons_l, and verify that the library still checks successfully.

Written by the indexing model from the issue text.

Description

As well as listFullBeta_cons_l

lemma listFullBeta_cons_r (h : Ns ↠lβᶠ Ns') (h_lc : LC M) : (M :: Ns) ↠lβᶠ (M :: Ns') := by
  induction h with grind
Dominant language
Lean
Stars
709
Forks
200
Avg merge
3d 11h
Merged PRs (30d)
42

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from leanprover/cslib

All issues in leanprover/cslib

Similar issues

More DevTools issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.