Skip to content

Commit

Permalink
joint_typ_seq.v
Browse files Browse the repository at this point in the history
  • Loading branch information
affeldt-aist committed Apr 21, 2024
1 parent aed318e commit 90f2b20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions information_theory/joint_typ_seq.v
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(* infotheo: information theory and error-correcting codes in Coq *)
(* Copyright (C) 2020 infotheo authors, license: LGPL-2.1-or-later *)
From mathcomp Require Import all_ssreflect ssralg matrix.
From mathcomp Require Import all_ssreflect ssrnum ssralg matrix.
Require Import Reals Lra.
From mathcomp Require Import Rstruct.
Require Import ssrZ ssrR Reals_ext ssr_ext logb ssralg_ext bigop_ext.
Expand Down Expand Up @@ -48,7 +48,7 @@ Local Open Scope R_scope.
Section joint_typ_seq_definition.

Variables A B : finType.
Variable P : {fdist A}.
Variable P : R.-fdist A.
Variable W : `Ch(A, B).
Variable n : nat.
Variable epsilon : R.
Expand Down

0 comments on commit 90f2b20

Please sign in to comment.